github.com/go-faster/jx.Decoder.streamOffset (field)

6 uses

	github.com/go-faster/jx (current package)
		dec.go#L88: 	streamOffset int // for reader, offset in stream to start of current buf contents
		dec.go#L119: 	return d.streamOffset + d.head
		dec_capture.go#L18: 			streamOffset = d.streamOffset
		dec_capture.go#L23: 			d.streamOffset = streamOffset
		dec_read.go#L117: 	d.streamOffset += d.tail
		dec_read.go#L140: 	d.streamOffset += d.tail